get One
inline suspend fun <T : BaseModel> getOne(id: String, expandRelations: ExpandRelations = ExpandRelations(), showFields: ShowFields = ShowFields()): T
Fetches a single record
Parameters
id
ID of the record you wish to view.
Fetches a single record
ID of the record you wish to view.